home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / checkIPServer / checkIPServer.man < prev    next >
Text File  |  1990-11-12  |  1KB  |  42 lines

  1. '\" Copyright 1990 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/checkIPServer/RCS/checkIPServer.man,v 1.1 90/11/12 18:01:40 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS CHECKIPSERVER cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME 
  16. checkIPServer \- make sure IP server is running
  17. .SH SYNOPSIS
  18. \fBcheckIPServer\fR [\fIoptions\fR]
  19. .SH OPTIONS
  20. .IP "\fBmail\fR" 15
  21. Send mail to 
  22. .B spriters
  23. if a problem was found.
  24. .BE
  25.  
  26. .SH DESCRIPTION
  27. .PP
  28. This script is normally run via
  29. .BR cron .
  30. It checks that the IP server exists and is not in the debugger.  If
  31. that test fails, it invokes a script that kills off the IP server and any
  32. dependent daemons and restarts them all.
  33. .PP
  34. If 
  35. .B /hosts/$HOST/restartIPServer
  36. exists, that script is used as the ``restart'' script.  Otherwise, 
  37. .B /sprite/admin.$MACHINE/restartIPServer 
  38. is used.
  39.  
  40. .SH KEYWORDS
  41. IP server
  42.